Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / tfSI Method


In This Topic
    tfSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub tfSI( _
       ByVal UfSI As System.Object, _
       ByVal vfSI As System.Windows.Input.MouseWheelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim UfSI As System.Object
    Dim vfSI As System.Windows.Input.MouseWheelEventArgs
     
    instance.tfSI(UfSI, vfSI)
    internal void tfSI( 
       System.object UfSI,
       System.Windows.Input.MouseWheelEventArgs vfSI
    )

    Parameters

    UfSI
    vfSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also